home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / pxfsigdelset.z / pxfsigdelset
Text File  |  1998-10-30  |  3KB  |  65 lines

  1. PXFSIGDELSET(3F)                                      Last changed: 2-26-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFSSIIGGDDEELLSSEETT - Deletes an individual signal in the specified signal
  6.      set
  7.  
  8. SSYYNNOOPPSSIISS
  9.      SSUUBBRROOUUTTIINNEE PPXXFFSSIIGGDDEELLSSEETT ((_j_s_i_g_s_e_t,, _i_s_i_g_n_o,, _i_e_r_r_o_r))
  10.      IINNTTEEGGEERR _j_s_i_g_s_e_t,, _i_s_i_g_n_o,, _i_e_r_r_o_r
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, and IRIX systems
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      IEEE standard interface for FORTRAN 77
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The PPXXFFSSIIGGDDEELLSSEETT subroutine uses ssiiggddeellsseett(2) to delete an individual
  20.      signal, _i_s_i_g_n_o, in the specified signal set specified by _j_s_i_g_s_e_t.
  21.  
  22.      The following is a list of valid arguments for this routine:
  23.  
  24.      _j_s_i_g_s_e_t   A default integer input variable containing a handle created
  25.                by PPXXFFSSTTRRUUCCTTCCRREEAATTEE((_s_i_g_s_e_t,,......))..
  26.  
  27.      _i_s_i_g_n_o    A default integer input variable containing a signal to be
  28.                deleted in the _j_s_i_g_s_e_t signal set.
  29.  
  30.      _i_e_r_r_n_o    A default integer output variable that contains zero if
  31.                PPXXFFSSIIGGDDEELLSSEETT was successful and nonzero if PPXXFFSSIIGGDDEELLSSEETT was
  32.                not successful.
  33.  
  34.      This subroutine may return any of the following error values:
  35.  
  36.      EEFFAAUULLTT         The _j_s_i_g_s_e_t argument points outside the allocated
  37.                     space.
  38.  
  39.      EEIINNVVAALL         The value of _i_s_i_g_n_o is an invalid or unsupported signal
  40.                     number.
  41.  
  42.      EEBBAADDHHAANNDDLLEE     The _j_s_i_g_s_e_t argument is invalid.
  43.  
  44.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  45.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  46.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  47.      7.2 F77 compiler.
  48.  
  49.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  50.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  51.      kind unless documented otherwise. On UNICOS and UNICOS/mk, default
  52.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  53.      IRIX systems, the default kind is KKIINNDD==44.
  54.  
  55. NNOOTTEESS
  56.      Replace any Fortran reference to ssiiggddeellsseett(()) with a subroutine call to
  57.      PPXXFFSSIIGGDDEELLSSEETT.
  58.  
  59. SSEEEE AALLSSOO
  60.      ssiiggddeellsseett(3C)
  61.      PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
  62.  
  63.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  64.      SR-2165, for the printed version of this man page.
  65.